home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / comp.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  166 b   |  14 lines

  1. on enterFrame
  2.   global Gflag
  3.   set Gflag to 0
  4. end
  5.  
  6. on exitFrame
  7.   if the mouseCast = 2 then
  8.     go("loop")
  9.   else
  10.     HotSpots(28, 35)
  11.     go(the frame)
  12.   end if
  13. end
  14.